home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 1998 November / IRIX 6.5.2 Base Documentation November 1998.img / usr / share / catman / p_man / cat3 / Xm / XmeDrawHighlight.z / XmeDrawHighlight
Text File  |  1998-10-30  |  4KB  |  133 lines

  1.  
  2.  
  3.  
  4.      XXXXmmmmeeeeDDDDrrrraaaawwwwHHHHiiiigggghhhhlllliiiigggghhhhtttt((((3333XXXX))))      UUUUNNNNIIIIXXXX SSSSyyyysssstttteeeemmmm VVVV      XXXXmmmmeeeeDDDDrrrraaaawwwwHHHHiiiigggghhhhlllliiiigggghhhhtttt((((3333XXXX))))
  5.  
  6.  
  7.  
  8.      NNNNAAAAMMMMEEEE
  9.           XXXXmmmmeeeeDDDDrrrraaaawwwwHHHHiiiigggghhhhlllliiiigggghhhhtttt - Draws a Motif-style highlight around a
  10.           given widget to show that it has been selected
  11.  
  12.      SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  13.           #include <Xm/DrawP.h>
  14.           vvvvooooiiiidddd XXXXmmmmeeeeDDDDrrrraaaawwwwHHHHiiiigggghhhhlllliiiigggghhhhtttt(
  15.           DDDDiiiissssppppllllaaaayyyy ****ddddiiiissssppppllllaaaayyyy,
  16.           DDDDrrrraaaawwwwaaaabbbblllleeee ddddrrrraaaawwwwaaaabbbblllleeee,
  17.           GGGGCCCC ggggcccc,
  18.           PPPPoooossssiiiittttiiiioooonnnn xxxx,
  19.           PPPPoooossssiiiittttiiiioooonnnn yyyy,
  20.           DDDDiiiimmmmeeeennnnssssiiiioooonnnn wwwwiiiiddddtttthhhh,
  21.           DDDDiiiimmmmeeeennnnssssiiiioooonnnn hhhheeeeiiiigggghhhhtttt,
  22.           DDDDiiiimmmmeeeennnnssssiiiioooonnnn hhhhiiiigggghhhhlllliiiigggghhhhtttt____tttthhhhiiiicccckkkknnnneeeessssssss);
  23.  
  24.      VVVVEEEERRRRSSSSIIIIOOOONNNN
  25.           This page documents Motif 2.1.
  26.  
  27.      DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  28.           XXXXmmmmeeeeDDDDrrrraaaawwwwHHHHiiiigggghhhhlllliiiigggghhhhtttt draws a highlight rectangle immediately
  29.           inside the boundaries of the specified drawable (which is
  30.           typically a widget window).  The highlight rectangle around
  31.           a widget symbolizes that the widget has the keyboard focus.
  32.  
  33.           _d_i_s_p_l_a_y   Specifies the display on which _d is rendered.
  34.  
  35.           _d_r_a_w_a_b_l_e  Specifies the drawable on which the border
  36.                     highlight is to be rendered. (Typically, this is a
  37.                     widget window.)
  38.  
  39.           _g_c        Specifies the graphics context for the border
  40.                     highlight.
  41.  
  42.           _x         Specifies the x-coordinate in pixels of the
  43.                     leftmost point of the highlight box.  Typically,
  44.                     the value of _x will be 0.
  45.  
  46.           _y         Specifies the y-coordinate in pixels of the top
  47.                     point of the highlight box.  Typically, the value
  48.                     of _y will be 0.
  49.  
  50.           _w_i_d_t_h     Specifies the width in pixels of the highlight
  51.                     box.  Typically, _w_i_d_t_h will be the width of the
  52.                     widget.
  53.  
  54.           _h_e_i_g_h_t    Specifies the height in pixels of the highlight
  55.                     box.  Typically, _h_e_i_g_h_t will be the height of the
  56.                     widget.
  57.  
  58.           _h_i_g_h_l_i_g_h_t__t_h_i_c_k_n_e_s_s
  59.                     Specifies the thickness in pixels of the highlight
  60.  
  61.  
  62.  
  63.      Page 1                                         (printed 10/24/98)
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.      XXXXmmmmeeeeDDDDrrrraaaawwwwHHHHiiiigggghhhhlllliiiigggghhhhtttt((((3333XXXX))))      UUUUNNNNIIIIXXXX SSSSyyyysssstttteeeemmmm VVVV      XXXXmmmmeeeeDDDDrrrraaaawwwwHHHHiiiigggghhhhlllliiiigggghhhhtttt((((3333XXXX))))
  71.  
  72.  
  73.  
  74.                     box.
  75.  
  76.      RRRREEEELLLLAAAATTTTEEEEDDDD
  77.           XXXXmmmmeeeeCCCClllleeeeaaaarrrrBBBBoooorrrrddddeeeerrrr(3).
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.      Page 2                                         (printed 10/24/98)
  130.  
  131.  
  132.  
  133.